<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Autonomous peripheral operation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Autonomous_peripheral_operation"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Autonomous_peripheral_operation rootpage-Autonomous_peripheral_operation skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Autonomous peripheral operation</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<style data-mw-deduplicate="TemplateStyles:r1236090951">
/* start https://en.wikipedia.org/ */
.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}@media print{body.ns-0 .mw-parser-output .hatnote{display:none!important}}
/* end https://en.wikipedia.org/ */
</style><div role="note" class="hatnote navigation-not-searchable">Not to be confused with <a href="Autonomous_decentralized_system" title="Autonomous decentralized system">Autonomous decentralized system</a> or <a href="Decentralized_autonomous_organization" title="Decentralized autonomous organization">Decentralized autonomous organization</a>.</div>
<p>
In computing, <b>autonomous peripheral operation</b> is a hardware feature found in some <a href="Microcontroller" title="Microcontroller">microcontroller</a> architectures to off-load certain tasks into embedded <b>autonomous peripherals</b> in order to minimize <a href="Latency_(engineering)" title="Latency (engineering)">latencies</a> and improve <a href="Throughput" class="mw-redirect" title="Throughput">throughput</a> in <a href="Hard_real-time" class="mw-redirect" title="Hard real-time">hard real-time</a> applications as well as to save energy in <a href="Ultra-low-power" class="mw-redirect" title="Ultra-low-power">ultra-low-power</a> designs.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Overview">Overview</h2></div>
<p>Forms of autonomous peripherals in microcontrollers were first introduced in the 1990s. Allowing embedded <a href="Peripheral" title="Peripheral">peripherals</a> to work independently of the <a href="CPU" class="mw-redirect" title="CPU">CPU</a> and even interact with each other in certain pre-configurable ways off-loads event-driven communication into the peripherals to help improve the <a href="Real-time_computing" title="Real-time computing">real-time</a> performance due to lower <a href="Latency_(engineering)" title="Latency (engineering)">latency</a> and allows for potentially higher data <a href="Throughput" class="mw-redirect" title="Throughput">throughput</a> due to the added parallelism. Since 2009, the scheme has been improved in newer implementations to continue functioning in <a href="Sleep_mode" title="Sleep mode">sleep modes</a> as well, thereby allowing the CPU (and other unaffected peripheral blocks) to remain dormant for longer periods of time in order to save energy. This is partially driven by the emerging <a href="Internet_of_things" title="Internet of things">IoT</a> market.<sup id="cite_ref-R26_1-0" class="reference"><a href="#cite_note-R26-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p><p>Conceptually, autonomous peripheral operation can be seen as a generalization of and mixture between <a href="Direct_memory_access" title="Direct memory access">direct memory access</a> (DMA) and <a href="Hardware_interrupt" class="mw-redirect" title="Hardware interrupt">hardware interrupts</a>. Peripherals that issue event signals are called <i>event generators</i> or <i>producers</i> whereas target peripherals are called <i>event users</i> or <i>consumers</i>. In some implementations, peripherals can be configured to pre-process the incoming data and perform various peripheral-specific functions like comparing, windowing, filtering or averaging in hardware without having to pass the data through the CPU for processing.
</p>
<div class="mw-heading mw-heading2"><h2 id="Implementations">Implementations</h2></div>
<p>Known implementations include:
</p>
<ul><li><i>Peripheral Event Controller</i> (<i>PEC</i>) in <a href="Siemens" title="Siemens">Siemens</a>/<a href="Infineon" class="mw-redirect" title="Infineon">Infineon</a> <a href="C166" class="mw-redirect" title="C166">C166</a> and <a href="C167" class="mw-redirect" title="C167">C167</a> 16-bit microcontrollers since 1990<sup id="cite_ref-Wolf_1994_2-0" class="reference"><a href="#cite_note-Wolf_1994-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Siemens_2000_C167CR_3-0" class="reference"><a href="#cite_note-Siemens_2000_C167CR-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Infineon_2004_4-0" class="reference"><a href="#cite_note-Infineon_2004-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-Irber_2018_5-0" class="reference"><a href="#cite_note-Irber_2018-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup></li>
<li>Intelligent autonomous peripherals (Capture compare unit <i>CCU6</i>) in Infineon <a href="Infineon_XC800" class="mw-redirect" title="Infineon XC800">XC800</a> series of <a href="8051" class="mw-redirect" title="8051">8051</a>-compatible 8-bit microcontrollers since 2005<sup id="cite_ref-R24_6-0" class="reference"><a href="#cite_note-R24-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup></li>
<li><i>Event System</i> (<i>EVSYS</i>) in <a href="Atmel" title="Atmel">Atmel</a> <a href="Atmel_AVR" class="mw-redirect" title="Atmel AVR">AVR</a> <a href="XMEGA" class="mw-redirect" title="XMEGA">XMEGA</a> 8-bit microcontrollers since 2008<sup id="cite_ref-R12_7-0" class="reference"><a href="#cite_note-R12-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R3_8-0" class="reference"><a href="#cite_note-R3-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup></li>
<li><i>Peripheral Event System</i> (<i>PES</i>) with <i>SleepWalking</i><sup id="cite_ref-R1_9-0" class="reference"><a href="#cite_note-R1-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> in Atmel (now <a href="Microchip_Technology" title="Microchip Technology">Microchip Technology</a>) <a href="AVR32" title="AVR32">AVR32</a> <a href="AT32UC3L" class="mw-redirect" title="AT32UC3L">AT32UC3L</a> 32-bit microcontrollers since 2009<sup id="cite_ref-R10_10-0" class="reference"><a href="#cite_note-R10-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R2_11-0" class="reference"><a href="#cite_note-R2-11"><span class="cite-bracket">[</span>11<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R17_12-0" class="reference"><a href="#cite_note-R17-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li><i>Peripheral Reflex System</i> (<i>PRS</i>) in <a href="Energy_Micro" title="Energy Micro">Energy Micro</a> (now <a href="Silicon_Labs" title="Silicon Labs">Silicon Labs</a>) Gecko <a href="EFM32" title="EFM32">EFM32</a> 32-bit ARM-based microcontrollers since 2009<sup id="cite_ref-R11_13-0" class="reference"><a href="#cite_note-R11-13"><span class="cite-bracket">[</span>13<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R4_14-0" class="reference"><a href="#cite_note-R4-14"><span class="cite-bracket">[</span>14<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R17_12-1" class="reference"><a href="#cite_note-R17-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup></li>
<li><a href="IXYS" title="IXYS">IXYS</a>/<a href="Zilog" title="Zilog">Zilog</a> ZNEO Z16FMC 16-bit microcontrollers since 2011<sup id="cite_ref-R21_15-0" class="reference"><a href="#cite_note-R21-15"><span class="cite-bracket">[</span>15<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R22_16-0" class="reference"><a href="#cite_note-R22-16"><span class="cite-bracket">[</span>16<span class="cite-bracket">]</span></a></sup></li>
<li><i>Event Link Controller</i> (<i>ELC</i>) in <a href="Renesas" class="mw-redirect" title="Renesas">Renesas</a> microcontrollers since 2011</li>
<li><i>Programmable Peripheral Interconnect</i> (<i>PPI</i>) in <a href="Nordic_Semiconductor" title="Nordic Semiconductor">Nordic</a> nRF 32-bit ARM-based microcontrollers since about 2011<sup id="cite_ref-R5_17-0" class="reference"><a href="#cite_note-R5-17"><span class="cite-bracket">[</span>17<span class="cite-bracket">]</span></a></sup></li>
<li>Autonomous peripherals in Infineon <a href="Infineon_XMC" title="Infineon XMC">XMC</a> 32-bit microcontrollers since 2012<sup id="cite_ref-R25_18-0" class="reference"><a href="#cite_note-R25-18"><span class="cite-bracket">[</span>18<span class="cite-bracket">]</span></a></sup></li>
<li><i>Data Transfer Manager</i> (<i>DTM</i>) in <a href="Silicon_Labs" title="Silicon Labs">Silicon Labs</a> <a href="Precision32" class="mw-redirect" title="Precision32">Precision32</a> <a href="SiM3L1" class="mw-redirect" title="SiM3L1">SiM3L1</a> 32-bit <a href="ARM_Cortex-M3" class="mw-redirect" title="ARM Cortex-M3">ARM Cortex-M3</a> microcontrollers since 2012<sup id="cite_ref-R15_19-0" class="reference"><a href="#cite_note-R15-19"><span class="cite-bracket">[</span>19<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R17_12-2" class="reference"><a href="#cite_note-R17-12"><span class="cite-bracket">[</span>12<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R19_20-0" class="reference"><a href="#cite_note-R19-20"><span class="cite-bracket">[</span>20<span class="cite-bracket">]</span></a></sup></li>
<li><i>Peripheral Event System</i> (<i>PES</i>) with <i>SleepWalking</i> in Atmel (now Microchip Technology) <a href="SAM4L" class="mw-redirect" title="SAM4L">SAM4L</a> 32-bit <a href="ARM_Cortex-M4" class="mw-redirect" title="ARM Cortex-M4">ARM Cortex-M4</a> microcontrollers since 2012<sup id="cite_ref-R20_21-0" class="reference"><a href="#cite_note-R20-21"><span class="cite-bracket">[</span>21<span class="cite-bracket">]</span></a></sup></li>
<li>Power-Smart Peripherals in <a href="Freescale" class="mw-redirect" title="Freescale">Freescale</a> (now <a href="NXP" class="mw-redirect" title="NXP">NXP</a>) <a href="Kinetis_L" class="mw-redirect" title="Kinetis L">Kinetis L</a> 32-bit <a href="ARM_Cortex-M0%2B" class="mw-redirect" title="ARM Cortex-M0+">ARM Cortex-M0+</a> microcontrollers since 2012<sup id="cite_ref-R23_22-0" class="reference"><a href="#cite_note-R23-22"><span class="cite-bracket">[</span>22<span class="cite-bracket">]</span></a></sup></li>
<li><i>Event System</i> (<i>EVSYS</i>) with <i>SleepWalking</i><sup id="cite_ref-R1_9-1" class="reference"><a href="#cite_note-R1-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup> in Atmel (now Microchip Technology) <a href="SAMD_(processor)" class="mw-redirect" title="SAMD (processor)">SAMD</a>, <a href="SAML_(processor)" class="mw-redirect" title="SAML (processor)">SAML</a> and SAMC 32-bit ARM Cortex-M0+ microcontrollers since 2013<sup id="cite_ref-R6_23-0" class="reference"><a href="#cite_note-R6-23"><span class="cite-bracket">[</span>23<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R18_24-0" class="reference"><a href="#cite_note-R18-24"><span class="cite-bracket">[</span>24<span class="cite-bracket">]</span></a></sup></li>
<li><i>Core Independent Peripherals</i> (<i>CIP</i>) in Microchip <a href="PIC16F" class="mw-redirect" title="PIC16F">PIC16F</a><sup id="cite_ref-R7_25-0" class="reference"><a href="#cite_note-R7-25"><span class="cite-bracket">[</span>25<span class="cite-bracket">]</span></a></sup> and <a href="PIC18F" class="mw-redirect" title="PIC18F">PIC18F</a><sup id="cite_ref-R8_26-0" class="reference"><a href="#cite_note-R8-26"><span class="cite-bracket">[</span>26<span class="cite-bracket">]</span></a></sup> as well as Microchip AVR <a href="ATtiny" class="mw-redirect" title="ATtiny">ATtiny</a> 8-bit microcontrollers since 2015<sup id="cite_ref-R9_27-0" class="reference"><a href="#cite_note-R9-27"><span class="cite-bracket">[</span>27<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R13_28-0" class="reference"><a href="#cite_note-R13-28"><span class="cite-bracket">[</span>28<span class="cite-bracket">]</span></a></sup><sup id="cite_ref-R14_29-0" class="reference"><a href="#cite_note-R14-29"><span class="cite-bracket">[</span>29<span class="cite-bracket">]</span></a></sup></li>
<li><i>Peripherals Interconnect Matrix</i> in <a href="STMicroelectronics" title="STMicroelectronics">STMicroelectronics</a>' <a href="STM32" title="STM32">STM32</a> 32-bit ARM-based microcontrollers since 2015<sup id="cite_ref-R16_30-0" class="reference"><a href="#cite_note-R16-30"><span class="cite-bracket">[</span>30<span class="cite-bracket">]</span></a></sup></li>
<li><i>Low-Power Background Autonomous Mode</i> (<i>LPBAM</i>) in STMicroelectronics' <a href="STM32U5" class="mw-redirect" title="STM32U5">STM32U5</a> 32-bit ARM-based microcontrollers since 2021<sup id="cite_ref-ST_2021_31-0" class="reference"><a href="#cite_note-ST_2021-31"><span class="cite-bracket">[</span>31<span class="cite-bracket">]</span></a></sup></li></ul>
<div class="mw-heading mw-heading2"><h2 id="See_also">See also</h2></div>
<ul><li><a href="Channel_I/O" title="Channel I/O">Channel I/O</a></li>
<li><a href="Peripheral_DMA_controller" title="Peripheral DMA controller">Peripheral DMA controller</a> (PDC)</li>
<li><a href="Clock_gating" title="Clock gating">Clock gating</a>, <a href="Autonomous_peripheral_clock_gating" class="mw-redirect" title="Autonomous peripheral clock gating">autonomous peripheral clock gating</a></li>
<li><a href="Power_gating" title="Power gating">Power gating</a></li>
<li><a href="CPU_power_dissipation" class="mw-redirect" title="CPU power dissipation">CPU power dissipation</a></li>
<li><a href="Low-power_electronics" title="Low-power electronics">Low-power electronics</a></li>
<li><a href="Event-driven_architecture" title="Event-driven architecture">Event-driven architecture</a></li>
<li><a href="Event-driven_programming" title="Event-driven programming">Event-driven programming</a></li>
<li><a href="Always_On%2C_Always_Connected" class="mw-redirect" title="Always On, Always Connected">Always On, Always Connected</a> (AOAC)</li>
<li><a href="Energy-Efficient_Ethernet" title="Energy-Efficient Ethernet">Energy-Efficient Ethernet</a> (EEE)</li>
<li><a href="TCP_offload_engine" title="TCP offload engine">TCP offload engine</a> (TOE)</li>
<li><a href="Coprocessor" title="Coprocessor">Coprocessor</a></li></ul>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */
.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}
/* end https://en.wikipedia.org/ */
</style><div class="reflist">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-R26-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-R26_1-0">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */
.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}
/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFPitcher2014" class="citation web cs1">Pitcher, Graham (2014-01-28). <a rel="nofollow" class="external text" href="http://www.newelectronics.co.uk/electronics-technology/the-internet-of-things-is-pushing-microcontroller-developers-to-move-in-unexpected-directions/59112/">"Things worthy of consideration - The Internet of Things is pushing microcontroller developers to move in unexpected directions"</a>. <a href="New_Electronics" title="New Electronics">New Electronics</a>. pp. <span class="nowrap">22–</span>23. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180510135037/http://www.newelectronics.co.uk/electronics-technology/the-internet-of-things-is-pushing-microcontroller-developers-to-move-in-unexpected-directions/59112/">Archived</a> from the original on 2018-05-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-10</span></span>.</cite> <a rel="nofollow" class="external autonumber" href="http://www.newelectronics.co.uk/article-images/59112/P22-23.pdf">[1]</a></span>
</li>
<li id="cite_note-Wolf_1994-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-Wolf_1994_2-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFWolf1994" class="citation magazine cs1">Wolf, Axel (March 1994). <a rel="nofollow" class="external text" href="http://ep.etc.tuiasi.ro/site/DIVERSE/placi/CAN/34/pdf/can1.pdf">"Connecting the C166 architecture to CAN (I)"</a> <span class="cs1-format">(PDF)</span>. <i>Components</i>. Applications Microcontrollers. Vol. XXIX, no. 4. <a href="Siemens_Aktiengesellschaft" class="mw-redirect" title="Siemens Aktiengesellschaft">Siemens Aktiengesellschaft</a>. pp. <span class="nowrap">42–</span>44. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20211202014605/http://ep.etc.tuiasi.ro/site/DIVERSE/placi/CAN/34/pdf/can1.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2021-12-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-12-02</span></span>.</cite> (3 pages) (NB. Mentions the term "autonomous peripherals" in conjunction with the Siemens/Infineon <a href="SAB_80C166" class="mw-redirect" title="SAB 80C166">SAB 80C166</a> in 1994 already. Part II of the article: <a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20211202020242/http://datasheet.datasheetarchive.com/originals/library/Datasheet-055/DSA0030475.pdf">[2]</a>)</span>
</li>
<li id="cite_note-Siemens_2000_C167CR-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-Siemens_2000_C167CR_3-0">^</a></b></span> <span class="reference-text"><cite class="citation book cs1"><a rel="nofollow" class="external text" href="https://www.keil.com/dd/docs/datashts/infineon/c167cr_um.pdf"><i>User's Manual - C167CR Derivatives - 16-Bit Single-Chip Microcontroller</i></a> <span class="cs1-format">(PDF)</span>. 3.1 (2000-03 ed.). Munich, Germany: <a href="Infineon_Technologies_AG" class="mw-redirect" title="Infineon Technologies AG">Infineon Technologies AG</a>. March 2000 [2000-02, 1999-03, 1996-03, 1994-08, 1992-07]. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201027044509/https://www.keil.com/dd/docs/datashts/infineon/c167cr_um.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2020-10-27<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-12-02</span></span>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite book}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|work=</code> ignored (help)</span> (NB. Discusses an autonomously operating built-in <a href="CAN_controller" class="mw-redirect" title="CAN controller">CAN controller</a> and a "Peripheral Event Controller" (PEC).)</span>
</li>
<li id="cite_note-Infineon_2004-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-Infineon_2004_4-0">^</a></b></span> <span class="reference-text"><cite class="citation book cs1"><a rel="nofollow" class="external text" href="https://www.infineon.com/dgdl/Ap2900010_C166_C500_CAN.pdf?fileId=db3a304412b407950112b41975592877"><i>CAN Connecting C166 and C500 Microcontroller to CAN</i></a> <span class="cs1-format">(PDF)</span>. 1.0. <a href="Infineon_Technologies_AG" class="mw-redirect" title="Infineon Technologies AG">Infineon Technologies AG</a>. February 2004. Application Note AP29000. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20201022012619/https://www.infineon.com/dgdl/Ap2900010_C166_C500_CAN.pdf?fileId=db3a304412b407950112b41975592877">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2020-10-22<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-12-02</span></span>.</cite> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{cite book}}</code>: </span><span class="cs1-visible-error citation-comment"><code class="cs1-code">|work=</code> ignored (help)</span></span>
</li>
<li id="cite_note-Irber_2018-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-Irber_2018_5-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFIrber2018" class="citation book cs1 cs1-prop-foreign-lang-source">Irber, Alfred (Summer 2018) [2016-02-25, 2009-09-25]. <a rel="nofollow" class="external text" href="https://pc01-lsw.ee.hm.edu/~irber/EmbeddedSystems/powerpoint_deutsch/EmbeddedSystemsSS18_skript_irber.pdf"><i>Embedded Systems SS2018</i></a> <span class="cs1-format">(PDF)</span>. 2.0 (in German). Munich, Germany: FH München - Hochschule für angewandte Wissenschaften, Fakultät für Elektrotechnik und Informationstechnik. pp. 1, 17, 28, <span class="nowrap">37–</span>40. ES. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20211202165940/https://pc01-lsw.ee.hm.edu/~irber/EmbeddedSystems/powerpoint_deutsch/EmbeddedSystemsSS18_skript_irber.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2021-12-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2021-12-02</span></span>.</cite></span>
</li>
<li id="cite_note-R24-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-R24_6-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.infineon.com/dgdl/XC8xx_CC6_v10.pdf?fileId=db3a304412b407950112b40c64690b15">"XC800 Product Presentation - Capture Compare Unit CC6"</a> <span class="cs1-format">(PDF)</span>. <a href="Infineon" class="mw-redirect" title="Infineon">Infineon</a>. May 2006. XC886 CC6 V1. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180510112911/https://www.infineon.com/dgdl/XC8xx_CC6_v10.pdf?fileId=db3a304412b407950112b40c64690b15">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-05-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-10</span></span>. <q>[…] Drives need realtime performance – control loop must run faster than 2-4 PWM periods (e.g. 100-200us) – CPU performance is valuable and must be saved for key tasks – Question: How to offload the CPU? –Answer: Build intelligent and autonomous peripherals! […] CC6 in a Drive application: – generate PWM patterns for all kind of motors – operate always in a safe state – even in an error condition – interact with ADC for sensorless control of motors […] CC6 is used intensively – the more it works autonomous the more CPU load can be saved for control algorithms […]</q></cite></span>
</li>
<li id="cite_note-R12-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-R12_7-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFFaure2008" class="citation web cs1">Faure, Philippe (2008-02-26). <a rel="nofollow" class="external text" href="https://www.ots.at/presseaussendung/OTE_20080226_OTE0012/atmels-avr-xmega-redefines-system-performance-for-816-bit-microcontrollers">"Atmel's AVR XMEGA Redefines System Performance for 8/16-bit Microcontrollers"</a> (Press announcement). <a href="Atmel" title="Atmel">Atmel</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501091828/https://www.ots.at/presseaussendung/OTE_20080226_OTE0012/atmels-avr-xmega-redefines-system-performance-for-816-bit-microcontrollers">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R3-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-R3_8-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBjørnerud2009" class="citation thesis cs1">Bjørnerud, Rune André (2009). <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430190802/https://brage.bibsys.no/xmlui/handle/11250/2370969"><i>Event System Implementations for Microcontroller Circuits</i></a>. <i>NTNU Open</i> (thesis). Institutt for elektronikk og telekommunikasjon. <a href="Hdl_(identifier)" class="mw-redirect" title="Hdl (identifier)">hdl</a>:<a rel="nofollow" class="external text" href="https://hdl.handle.net/11250%2F2370969">11250/2370969</a>. Archived from <a rel="nofollow" class="external text" href="https://brage.bibsys.no/xmlui/handle/11250/2370969">the original</a> on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R1-9"><span class="mw-cite-backlink">^ <a href="#cite_ref-R1_9-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R1_9-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><cite id="CITEREFAndersenCuller2014" class="citation web cs1">Andersen, Michael P.; <a href="David_Ethan_Culler" class="mw-redirect" title="David Ethan Culler">Culler, David Ethan</a> (2014-08-25). <a rel="nofollow" class="external text" href="http://sdb.cs.berkeley.edu/sdb/files/publications/sdb/system_design_tradeoff.pdf">"System Design Trade-Offs in a Next-Generation Embedded Wireless Platform"</a> <span class="cs1-format">(PDF)</span> (Technical Report). Electrical Engineering and Computer Sciences, <a href="University_of_California_at_Berkeley" class="mw-redirect" title="University of California at Berkeley">University of California at Berkeley</a>. No. UCB/EECS-2014-162. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430190100/http://sdb.cs.berkeley.edu/sdb/files/publications/sdb/system_design_tradeoff.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-30</span></span>.</cite></span>
</li>
<li id="cite_note-R10-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-R10_10-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFPerlegos2009" class="citation web cs1">Perlegos, Helen (2009-06-22). <a rel="nofollow" class="external text" href="https://www.ots.at/presseaussendung/OTE_20090622_OTE0006/atmel-introduces-avr32-microcontroller-which-lowers-industrys-best-power-consumption-by-63">"Atmel Introduces AVR32 Microcontroller Which Lowers Industry's Best Power Consumption by 63%"</a> (Press announcement). <a href="Atmel" title="Atmel">Atmel</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430194909/https://www.ots.at/presseaussendung/OTE_20090622_OTE0006/atmel-introduces-avr32-microcontroller-which-lowers-industrys-best-power-consumption-by-63">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-30</span></span>.</cite></span>
</li>
<li id="cite_note-R2-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-R2_11-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFEielandKrangnes2012" class="citation web cs1">Eieland, Andreas; Krangnes, Espen (2012-10-28). <a rel="nofollow" class="external text" href="https://www.edn.com/print/4399539">"Improve Cortex M4 MCU interrupt responses with an intelligent Peripheral Event System"</a>. <a href="Atmel_Corp." class="mw-redirect" title="Atmel Corp.">Atmel Corp.</a> <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430190530/https://www.edn.com/print/4399539">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-30</span></span>.</cite></span>
</li>
<li id="cite_note-R17-12"><span class="mw-cite-backlink">^ <a href="#cite_ref-R17_12-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-R17_12-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-R17_12-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.digikey.lv/en/articles/techzone/2013/jul/raising-performance-without-breaking-the-power-budget">"Raising Performance Without Breaking the Power Budget"</a>. <a href="Digikey" class="mw-redirect" title="Digikey">Digikey</a>. 2013-07-10. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180502020243/https://www.digikey.lv/en/articles/techzone/2013/jul/raising-performance-without-breaking-the-power-budget">Archived</a> from the original on 2018-05-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R11-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-R11_13-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBush2009" class="citation web cs1">Bush, Steve (2009-07-08). <a rel="nofollow" class="external text" href="https://www.electronicsweekly.com/news/products/micros/energy-micro-reveals-more-details-on-power-efficient-arm-mcu-2009-07/">"Energy Micro reveals more details on power efficient ARM MCU"</a>. <a href="Electronics_Weekly" title="Electronics Weekly">Electronics Weekly</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430211044/https://www.electronicsweekly.com/news/products/micros/energy-micro-reveals-more-details-on-power-efficient-arm-mcu-2009-07/">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-30</span></span>.</cite></span>
</li>
<li id="cite_note-R4-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-R4_14-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBush2009" class="citation web cs1">Bush, Steve (2009-10-21). <a rel="nofollow" class="external text" href="https://www.electronicsweekly.com/news/products/micros/energy-micro-details-its-arm-cortex-m3-based-efm32g-range-2009-10/">"Energy Micro details its ARM Cortex M3-based EFM32G range"</a>. <a href="Electronics_Weekly" title="Electronics Weekly">Electronics Weekly</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430190844/https://www.electronicsweekly.com/news/products/micros/energy-micro-details-its-arm-cortex-m3-based-efm32g-range-2009-10/">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R21-15"><span class="mw-cite-backlink"><b><a href="#cite_ref-R21_15-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.businesswire.com/news/home/20110106005359/en/ZILOG-Releases-New-16-Bit-MCU-System-Chip">"ZILOG Releases New 16-Bit MCU System On A Chip For Motor Control Applications"</a>. <a href="BusinessWire" class="mw-redirect" title="BusinessWire">BusinessWire</a>. 2011-01-06. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180502023301/https://www.businesswire.com/news/home/20110106005359/en/ZILOG-Releases-New-16-Bit-MCU-System-Chip">Archived</a> from the original on 2018-05-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R22-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-R22_16-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFCoulson2011" class="citation web cs1">Coulson, Dave (2011-10-12). <a rel="nofollow" class="external text" href="https://www.digikey.com/en/articles/techzone/2011/oct/the-need-for-autonomous-peripheral-interoperation-in-sensorless-bldc-applications">"The Need for Autonomous Peripheral Interoperation in Sensorless BLDC Applications"</a>. Convergence Promotions LLC. WP002003-0111. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501101851/https://www.digikey.com/en/articles/techzone/2011/oct/the-need-for-autonomous-peripheral-interoperation-in-sensorless-bldc-applications">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite> <a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20220629175336/http://www.zilog.com/force_download.php?filepath=YUhSMGNEb3ZMM2QzZHk1NmFXeHZaeTVqYjIwdlpHOWpjeTkzY0RBd01qQXVjR1Jt">[3]</a><a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20220629175641/https://www.eeweb.com/the-need-for-autonomous-peripheral-interoperation/">[4]</a></span>
</li>
<li id="cite_note-R5-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-R5_17-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFElahiRustenOlsenSundell2011" class="citation web cs1">Elahi, Junaid; Rusten, Joar Olai; Olsen, Lasse; Sundell, Lars (2011-12-12). <a rel="nofollow" class="external text" href="https://patents.google.com/patent/US9087051B2/en">"Programmable peripheral interconnect"</a>. <a href="Nordic_Semiconductor_ASA" class="mw-redirect" title="Nordic Semiconductor ASA">Nordic Semiconductor ASA</a>. US patent US9087051B2<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R25-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-R25_18-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBauerSchäferZizala2012" class="citation web cs1">Bauer, Peter; Schäfer, Peter; Zizala, Stephan (2012-01-23). <a rel="nofollow" class="external text" href="https://www.infineon.com/dgdl/XMC4000_PressConference_23-01-2012.pdf?fileId=db3a304334fac4c601350a01d8f011d4">"One microcontroller platform. Countless solutions. XMC4000"</a> <span class="cs1-format">(PDF)</span> (Presentation). International Press Conference, Am Campeon, Munich, Germany: <a href="Infineon" class="mw-redirect" title="Infineon">Infineon</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180510125327/https://www.infineon.com/dgdl/XMC4000_PressConference_23-01-2012.pdf?fileId=db3a304334fac4c601350a01d8f011d4">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-05-10<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-10</span></span>.</cite></span>
</li>
<li id="cite_note-R15-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-R15_19-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFManners2012" class="citation web cs1">Manners, David (2012-10-03). <a rel="nofollow" class="external text" href="https://www.electronicsweekly.com/news/products/micros/lowest-power-32-bit-mcus-from-si-labs-2012-10/">"Lowest power 32-bit MCUs from Si Labs"</a>. <a href="Electronics_Weekly" title="Electronics Weekly">Electronics Weekly</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180502014706/https://www.electronicsweekly.com/news/products/micros/lowest-power-32-bit-mcus-from-si-labs-2012-10/">Archived</a> from the original on 2018-05-02<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R19-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-R19_20-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFSilicon_Laboratories" class="citation web cs1"><a href="Silicon_Laboratories" class="mw-redirect" title="Silicon Laboratories">Silicon Laboratories</a>. <a rel="nofollow" class="external text" href="https://www.mouser.de/applications/low-power-microcontroller-peripherals/">"Low Power Technology: Microcontroller Peripherals Push the Boundaries of Ultra-Low-Power"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501101748/https://www.mouser.de/applications/low-power-microcontroller-peripherals/">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite> <a rel="nofollow" class="external autonumber" href="https://web.archive.org/web/20220629175854/https://www.silabs.com/documents/public/white-papers/low-power-32-bit-microcontroller-dtm.pdf">[5]</a></span>
</li>
<li id="cite_note-R20-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-R20_21-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFKragnesEieland2012" class="citation web cs1">Kragnes, Espen; Eieland, Andreas (2012). <a rel="nofollow" class="external text" href="https://www.newark.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/americas/common/storefront/atmel/Redefining_the_Power_Benchmark.pdf">"Redefining the Power Benchmark"</a> <span class="cs1-format">(PDF)</span> (White Paper). <a href="Atmel" title="Atmel">Atmel</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501100502/https://www.newark.com/wcsstore/ExtendedSitesCatalogAssetStore/cms/asset/images/americas/common/storefront/atmel/Redefining_the_Power_Benchmark.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R23-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-R23_22-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.nxp.com/docs/en/white-paper/ENEFFSOLKINLSWP.pdf">"Freescale Energy-Efficient Solutions: Kinetis L Series MCUs"</a> <span class="cs1-format">(PDF)</span> (White paper). <a href="Freescale" class="mw-redirect" title="Freescale">Freescale</a>. 2012. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180503215034/https://www.nxp.com/docs/en/white-paper/ENEFFSOLKINLSWP.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-05-03<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-03</span></span>.</cite></span>
</li>
<li id="cite_note-R6-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-R6_23-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFRiemenschneider2013" class="citation web cs1 cs1-prop-interwiki-linked-name cs1-prop-foreign-lang-source"><a href="https://de.wikipedia.org/wiki/Frank_Riemenschneider" class="extiw external" title="de:Frank Riemenschneider">Riemenschneider, Frank</a> <span class="cs1-format">[in German]</span> (2013-06-18). <a rel="nofollow" class="external text" href="http://www.elektroniknet.de/preview/neue-cortex-m0-familie-von-atmel-98530.html">"Mikrocontroller: Neue Cortex-M0+-Familie von Atmel"</a> (in German). elektroniknet.de. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430191422/http://www.elektroniknet.de/preview/neue-cortex-m0-familie-von-atmel-98530.html">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R18-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-R18_24-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://atmelcorporation.wordpress.com/2013/07/05/a-closer-look-at-atmels-peripheral-event-system/">"A closer look at Atmel's Peripheral Event System"</a>. 2013-07-05. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501101029/https://atmelcorporation.wordpress.com/2013/07/05/a-closer-look-at-atmels-peripheral-event-system/">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R7-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-R7_25-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFQuinnell2015" class="citation web cs1">Quinnell, Rich (2015-07-28). <a rel="nofollow" class="external text" href="https://www.eetimes.com/document.asp?doc_id=1327261">"8-bit Fights Back with Autonomous Peripherals"</a>. Santa Clara, USA: <a href="EETimes" class="mw-redirect" title="EETimes">EETimes</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430191856/https://www.eetimes.com/document.asp?doc_id=1327261">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-30</span></span>.</cite></span>
</li>
<li id="cite_note-R8-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-R8_26-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFBush2016" class="citation web cs1">Bush, Steve (2016-10-31). <a rel="nofollow" class="external text" href="https://www.electronicsweekly.com/news/products/micros/autonomous-peripherals-pic18f-mcus-2016-10/">"Autonomous peripherals for PIC18F MCUs"</a>. <a href="Electronics_Weekly" title="Electronics Weekly">Electronics Weekly</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430192223/https://www.electronicsweekly.com/news/products/micros/autonomous-peripherals-pic18f-mcus-2016-10/">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R9-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-R9_27-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFStroh2016" class="citation web cs1 cs1-prop-foreign-lang-source">Stroh, Iris (2016-11-10). <a rel="nofollow" class="external text" href="http://www.elektroniknet.de/markt-technik/halbleiter/8-bit-offensive-avr-135724.html">"Microchip Technology: 8-Bit-Offensive: AVR"</a> (in German). elektroniknet.de. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180430192937/http://www.elektroniknet.de/markt-technik/halbleiter/8-bit-offensive-avr-135724.html">Archived</a> from the original on 2018-04-30<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-04-29</span></span>.</cite></span>
</li>
<li id="cite_note-R13-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-R13_28-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFDi_Jasio2015" class="citation web cs1">Di Jasio, Lucio (2015-05-05). <a rel="nofollow" class="external text" href="https://www.embedded.com/design/mcus-processors-and-socs/4439357/There-is-nothing-left-to-be-invented-in-embedded-control--Part-1">"There is nothing left to be invented in embedded control, Part 1"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501094834/https://www.embedded.com/design/mcus-processors-and-socs/4439357/There-is-nothing-left-to-be-invented-in-embedded-control--Part-1">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R14-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-R14_29-0">^</a></b></span> <span class="reference-text"><cite id="CITEREFDi_Jasio2015" class="citation web cs1">Di Jasio, Lucio (2015-05-12). <a rel="nofollow" class="external text" href="https://www.embedded.com/print/4439430">"There is nothing left to be invented in embedded control, Part 2"</a>. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501094342/https://www.embedded.com/print/4439430">Archived</a> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-R16-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-R16_30-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="http://www.st.com/content/ccc/resource/technical/document/application_note/59/ed/30/07/55/76/4e/82/DM00154959.pdf/files/DM00154959.pdf/jcr:content/translations/en.DM00154959.pdf">"Peripherals interconnections on ST M32F405/7xx, STM32F415/7xx, STM32F42xxx, STM32F43xxx, STM32F446xx and STM32F469/479xx"</a> <span class="cs1-format">(PDF)</span> (Application note). <a href="STMicroelectronics" title="STMicroelectronics">STMicroelectronics</a>. AN4640. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20180501101225/http://www.st.com/content/ccc/resource/technical/document/application_note/59/ed/30/07/55/76/4e/82/DM00154959.pdf/files/DM00154959.pdf/jcr:content/translations/en.DM00154959.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2018-05-01<span class="reference-accessdate">. Retrieved <span class="nowrap">2018-05-01</span></span>.</cite></span>
</li>
<li id="cite_note-ST_2021-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-ST_2021_31-0">^</a></b></span> <span class="reference-text"><cite class="citation web cs1"><a rel="nofollow" class="external text" href="https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group1/99/af/38/36/04/39/4c/4b/microcontrollers_stm32u5_series_product_overview/files/Microcontrollers_STM32U5_Series_product_overview.pdf/jcr:content/translations/en.Microcontrollers_STM32U5_Series_product_overview.pdf">"Introducing STM32U5, the flagship of ultra-low-power MCUs"</a> <span class="cs1-format">(PDF)</span>. <a href="STMicroelectronics_International_NV" class="mw-redirect" title="STMicroelectronics International NV">STMicroelectronics International NV</a>. 2021. <a rel="nofollow" class="external text" href="https://web.archive.org/web/20221217215445/https://www.st.com/content/ccc/resource/sales_and_marketing/presentation/product_presentation/group1/99/af/38/36/04/39/4c/4b/microcontrollers_stm32u5_series_product_overview/files/Microcontrollers_STM32U5_Series_product_overview.pdf/jcr:content/translations/en.Microcontrollers_STM32U5_Series_product_overview.pdf">Archived</a> <span class="cs1-format">(PDF)</span> from the original on 2022-12-17<span class="reference-accessdate">. Retrieved <span class="nowrap">2024-01-29</span></span>.</cite></span>
</li>
</ol></div></div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2025-04-15" href="https://en.wikipedia.org/wiki/?title=Autonomous_peripheral_operation&oldid=1285670583">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>
</body></html>